home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet 2003 March / Practical Internet Issue 78.iso / pc / PracticalInternet.exe / scripts / DefineButton2_14 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2003-02-06  |  105 b   |  8 lines

  1. on(press){
  2.    tellTarget("ScrollUP")
  3.    {
  4.       gotoAndStop("ScrollScript");
  5.       play();
  6.    }
  7. }
  8.